home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5600 < prev    next >
Encoding:
Text File  |  1996-08-05  |  706 b   |  24 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: cix.compulink.co.uk!usenet
  3. From: jralph@cix.compulink.co.uk ("Jolyon Ralph")
  4. Subject: Re: LoadSeg
  5. Message-ID: <DoF1EL.D5D@cix.compulink.co.uk>
  6. Organization: Compulink Information eXchange
  7. References: <34000305743840662645@BIRDLAND>
  8. Date: Sun, 17 Mar 1996 14:25:33 GMT
  9. X-News-Software: Ameol32
  10.  
  11. > I want to get the data in a file where the SOURCE of the file looks 
  12. > like following :
  13. > moveq #0,d0
  14. > rts
  15. > Data:
  16.  
  17. You're talking about font files, aren't you? I'm not sure if there's an 
  18. official 'legal' way of doing this, but you're probably safe for the 
  19. moment assuming the header always ends with an RTS instruction, and find 
  20. the data after that.
  21.  
  22. Jolyon
  23.